[INFO] cloning repository https://github.com/Srynetix/chip8
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Srynetix/chip8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSrynetix%2Fchip8", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSrynetix%2Fchip8'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 78dd97575c10940f3c333cb8449a864c6791604d
[INFO] fixing Srynetix/chip8 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSrynetix%2Fchip8" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Srynetix/chip8
[INFO] finished tweaking git repo https://github.com/Srynetix/chip8
[INFO] tweaked toml for git repo https://github.com/Srynetix/chip8 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Srynetix/chip8 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Srynetix/chip8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 677fe237c9eb8c3ed202921abb492239e0057ce30abe7caff58e3803f6f78dd1
[INFO] running `Command { std: "docker" "start" "677fe237c9eb8c3ed202921abb492239e0057ce30abe7caff58e3803f6f78dd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "677fe237c9eb8c3ed202921abb492239e0057ce30abe7caff58e3803f6f78dd1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "677fe237c9eb8c3ed202921abb492239e0057ce30abe7caff58e3803f6f78dd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "677fe237c9eb8c3ed202921abb492239e0057ce30abe7caff58e3803f6f78dd1" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/chip8-cli/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating crates/chip8-core/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating crates/chip8-drivers/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating crates/chip8-gui/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling libc v0.2.101
[INFO] [stderr]    Compiling syn v1.0.76
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking pin-project-lite v0.2.7
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]     Checking tracing-core v0.1.21
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking smallvec v1.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]     Checking adler32 v1.2.0
[INFO] [stderr]    Compiling quad-alsa-sys v0.3.2
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]     Checking smallvec v0.6.14
[INFO] [stderr]     Checking ogg v0.7.1
[INFO] [stderr]    Compiling num-iter v0.1.42
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling num-rational v0.3.2
[INFO] [stderr]     Checking once_cell v1.8.0
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]    Compiling sapp-linux v0.1.13
[INFO] [stderr]     Checking futures-sink v0.3.17
[INFO] [stderr]     Checking lewton v0.9.4
[INFO] [stderr]     Checking miniz_oxide v0.3.7
[INFO] [stderr]     Checking deflate v0.8.6
[INFO] [stderr]     Checking futures-io v0.3.17
[INFO] [stderr]     Checking unicode-segmentation v1.8.0
[INFO] [stderr]     Checking utf8parse v0.2.0
[INFO] [stderr]     Checking ahash v0.4.7
[INFO] [stderr]    Compiling nanoserde-derive v0.1.18
[INFO] [stderr]    Compiling quad-snd v0.2.2
[INFO] [stderr]     Checking dasp_frame v0.11.0
[INFO] [stderr]     Checking hound v3.4.0
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]     Checking quad-rand v0.2.1
[INFO] [stderr]     Checking radix_trie v0.2.1
[INFO] [stderr]     Checking hashbrown v0.9.1
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking ttf-parser v0.12.3
[INFO] [stderr]     Checking bytemuck v1.7.2
[INFO] [stderr]     Checking bumpalo v3.7.0
[INFO] [stderr]    Compiling macroquad_macro v0.1.7
[INFO] [stderr]     Checking glam v0.14.0
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking png v0.16.8
[INFO] [stderr]    Compiling argh_shared v0.1.6
[INFO] [stderr]     Checking tracing-log v0.1.2
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking audrey v0.3.0
[INFO] [stderr]     Checking nanoserde v0.1.29
[INFO] [stderr]     Checking thread_local v1.1.3
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking fontdue v0.5.2
[INFO] [stderr]     Checking fd-lock v3.0.0
[INFO] [stderr]     Checking nix v0.22.2
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking matchers v0.0.1
[INFO] [stderr]     Checking image v0.23.14
[INFO] [stderr]     Checking miniquad v0.3.0-alpha.37
[INFO] [stderr]     Checking macroquad v0.3.10
[INFO] [stderr]     Checking tracing-serde v0.1.2
[INFO] [stderr]     Checking rustyline v9.0.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling argh_derive v0.1.6
[INFO] [stderr]     Checking argh v0.1.6
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]     Checking chip8-core v0.14.0 (/opt/rustwide/workdir/crates/chip8-core)
[INFO] [stderr]     Checking tracing-subscriber v0.2.25
[INFO] [stderr]    Migrating crates/chip8-core/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking futures-executor v0.3.17
[INFO] [stderr]     Checking futures v0.3.17
[INFO] [stderr]     Checking chip8-drivers v0.14.0 (/opt/rustwide/workdir/crates/chip8-drivers)
[INFO] [stderr]    Migrating crates/chip8-drivers/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking chip8-gui v0.14.0 (/opt/rustwide/workdir/crates/chip8-gui)
[INFO] [stderr]     Checking chip8-cli v0.14.0 (/opt/rustwide/workdir/crates/chip8-cli)
[INFO] [stderr]    Migrating crates/chip8-gui/src/main.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating crates/chip8-cli/src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.66s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nanoserde-derive v0.1.18
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr] crater-edition-check: chip8-cli v0.14.0 (/opt/rustwide/workdir/crates/chip8-cli) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: chip8-core v0.14.0 (/opt/rustwide/workdir/crates/chip8-core) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: chip8-drivers v0.14.0 (/opt/rustwide/workdir/crates/chip8-drivers) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: chip8-gui v0.14.0 (/opt/rustwide/workdir/crates/chip8-gui) updating edition from 2018 to 2021
[INFO] [stderr]     Checking chip8-core v0.14.0 (/opt/rustwide/workdir/crates/chip8-core)
[INFO] [stderr]     Checking chip8-drivers v0.14.0 (/opt/rustwide/workdir/crates/chip8-drivers)
[INFO] [stderr]     Checking chip8-cli v0.14.0 (/opt/rustwide/workdir/crates/chip8-cli)
[INFO] [stderr]     Checking chip8-gui v0.14.0 (/opt/rustwide/workdir/crates/chip8-gui)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.12s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nanoserde-derive v0.1.18
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating crates/chip8-cli/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating crates/chip8-core/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating crates/chip8-drivers/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating crates/chip8-gui/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking chip8-core v0.14.0 (/opt/rustwide/workdir/crates/chip8-core)
[INFO] [stderr]     Checking chip8-drivers v0.14.0 (/opt/rustwide/workdir/crates/chip8-drivers)
[INFO] [stderr]     Checking chip8-cli v0.14.0 (/opt/rustwide/workdir/crates/chip8-cli)
[INFO] [stderr]     Checking chip8-gui v0.14.0 (/opt/rustwide/workdir/crates/chip8-gui)
[INFO] [stderr]    Migrating crates/chip8-cli/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/chip8-gui/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/chip8-drivers/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating crates/chip8-core/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed crates/chip8-core/src/core/macros.rs (2 fixes)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> crates/chip8-core/src/core/macros.rs:17:56
[INFO] [stdout]     |
[INFO] [stdout]  17 |                   crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/chip8-core/src/emulator.rs:253:13
[INFO] [stdout]     |
[INFO] [stdout] 253 | /             trace_exec!(
[INFO] [stdout] 254 | |                 ctx.tracefile_handle,
[INFO] [stdout] 255 | |                 "[{:08X}] {:04X} - reading opcode 0x{:04X}...",
[INFO] [stdout] 256 | |                 self.cpu.instruction_count,
[INFO] [stdout] 257 | |                 self.cpu.peripherals.memory.get_pointer(),
[INFO] [stdout] 258 | |                 opcode
[INFO] [stdout] 259 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: `--force-warn rust-2024-incompatible-pat` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout]     = note: this warning originates in the macro `trace_exec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 &mut crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed crates/chip8-core/src/emulator.rs (1 fix)
[INFO] [stdout] warning: cannot explicitly borrow within an implicitly-borrowing pattern in Rust 2024
[INFO] [stdout]    --> crates/chip8-core/src/core/macros.rs:17:56
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/chip8-core/src/emulator.rs:264:13
[INFO] [stdout]     |
[INFO] [stdout] 264 |             trace_exec!(ctx.tracefile_handle, "  - {:20} ; {}", assembly, verbose);
[INFO] [stdout]     |             ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/match-ergonomics.html>
[INFO] [stdout]     = note: this warning originates in the macro `trace_exec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 &mut crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.78s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nanoserde-derive v0.1.18
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr] crater-edition-check: chip8-cli v0.14.0 (/opt/rustwide/workdir/crates/chip8-cli) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: chip8-core v0.14.0 (/opt/rustwide/workdir/crates/chip8-core) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: chip8-drivers v0.14.0 (/opt/rustwide/workdir/crates/chip8-drivers) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: chip8-gui v0.14.0 (/opt/rustwide/workdir/crates/chip8-gui) updating edition from 2021 to 2024
[INFO] [stderr]     Checking chip8-core v0.14.0 (/opt/rustwide/workdir/crates/chip8-core)
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> crates/chip8-core/src/core/macros.rs:17:56
[INFO] [stdout]     |
[INFO] [stdout]  17 |                   crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/chip8-core/src/emulator.rs:253:13
[INFO] [stdout]     |
[INFO] [stdout] 253 | /             trace_exec!(
[INFO] [stdout] 254 | |                 ctx.tracefile_handle,
[INFO] [stdout] 255 | |                 "[{:08X}] {:04X} - reading opcode 0x{:04X}...",
[INFO] [stdout] 256 | |                 self.cpu.instruction_count,
[INFO] [stdout] 257 | |                 self.cpu.peripherals.memory.get_pointer(),
[INFO] [stdout] 258 | |                 opcode
[INFO] [stdout] 259 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `trace_exec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 &mut crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> crates/chip8-core/src/core/macros.rs:17:56
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/chip8-core/src/emulator.rs:264:13
[INFO] [stdout]     |
[INFO] [stdout] 264 |             trace_exec!(ctx.tracefile_handle, "  - {:20} ; {}", assembly, verbose);
[INFO] [stdout]     |             ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `trace_exec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 &mut crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chip8-core` (lib) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> crates/chip8-core/src/core/macros.rs:17:56
[INFO] [stdout]     |
[INFO] [stdout]  17 |                   crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                                                          ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/chip8-core/src/emulator.rs:253:13
[INFO] [stdout]     |
[INFO] [stdout] 253 | /             trace_exec!(
[INFO] [stdout] 254 | |                 ctx.tracefile_handle,
[INFO] [stdout] 255 | |                 "[{:08X}] {:04X} - reading opcode 0x{:04X}...",
[INFO] [stdout] 256 | |                 self.cpu.instruction_count,
[INFO] [stdout] 257 | |                 self.cpu.peripherals.memory.get_pointer(),
[INFO] [stdout] 258 | |                 opcode
[INFO] [stdout] 259 | |             );
[INFO] [stdout]     | |_____________- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `trace_exec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 &mut crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]    --> crates/chip8-core/src/core/macros.rs:17:56
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/chip8-core/src/emulator.rs:264:13
[INFO] [stdout]     |
[INFO] [stdout] 264 |             trace_exec!(ctx.tracefile_handle, "  - {:20} ; {}", assembly, verbose);
[INFO] [stdout]     |             ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]     = note: this error originates in the macro `trace_exec` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: match on the reference with a reference pattern to avoid implicitly borrowing
[INFO] [stdout]     |
[INFO] [stdout]  17 |                 &mut crate::emulator::TracefileHandle::File(ref mut file) => writeln!(file, $format, $($args)*).unwrap()
[INFO] [stdout]     |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `chip8-core` (lib test) due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "677fe237c9eb8c3ed202921abb492239e0057ce30abe7caff58e3803f6f78dd1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "677fe237c9eb8c3ed202921abb492239e0057ce30abe7caff58e3803f6f78dd1", kill_on_drop: false }`
[INFO] [stdout] 677fe237c9eb8c3ed202921abb492239e0057ce30abe7caff58e3803f6f78dd1
